Skip to main content

List

Elevate follows the VikiElevate model.

There are some models defined, remind to review them in case your provider implementation needs a different parsing.

src/models

config

Used for modelizing the config file from the CMS.

container

Used for modelizing the available containers in every page.

dictionary

Used for modelizing the internacionalization

episode

Used for modelizing episode data to show the information in the Episode detail page or for the episode rails.

item

Generic item model used by Query Service mostly. It can contains movie, episode or category data.

Used for modelizing the menu data and the menu items.

movie

Used for modelizing movie data to show the information in the Movie detail page or for the movie rails.

page

Used for modelizing page data. It contains the information for building dynamic views.

season

Used for modelizing season data to show the information in the season selector or for the season rails.

show

Used for modelizing show data to show the information in the show page or for show rails.

theme

Used for modelasing theme information of each page.

user

Used for modelasing user infromation in auth process